home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of the CD
/
The Best Of The CD Volume 1 Editors Picks (PC Gamer)(Imagine).bin
/
pinball
/
runpball.bat
< prev
next >
Wrap
DOS Batch File
|
1995-12-21
|
3KB
|
238 lines
cls
echo off
cls
echo.
echo.
echo
echo ╔═════════════════════╗
echo ║ PINBALL FANTASIES ║
echo ╚═════════════════════╝
echo.
echo.
echo Did you install PINBALL FANTASIES to the
echo \PINBALL default directory?
echo.
choice
if errorlevel 2 goto m1
if errorlevel 1 goto run8
:run8
cls
echo.
echo ╔══════════════════════════════════════════════╗
echo ║ Please enter the letter of your HARD DRIVE. ║
echo ║ ║
echo ║ C is the most common response: ║
echo ║ (C-Z are valid choices) ║
echo ╚══════════════════════════════════════════════╝
echo.
echo Enter Choice [default=C]:
echo Type CTRL-C to exit
choice /c:cdefghijklmnopqrstuvwxyz /n
if errorlevel 24 goto dos24
if errorlevel 23 goto dos23
if errorlevel 22 goto dos22
if errorlevel 21 goto dos21
if errorlevel 20 goto dos20
if errorlevel 19 goto dos19
if errorlevel 18 goto dos18
if errorlevel 17 goto dos17
if errorlevel 16 goto dos16
if errorlevel 15 goto dos15
if errorlevel 14 goto dos14
if errorlevel 13 goto dos13
if errorlevel 12 goto dos12
if errorlevel 11 goto dos11
if errorlevel 10 goto dos10
if errorlevel 9 goto dos9
if errorlevel 8 goto dos8
if errorlevel 7 goto dos7
if errorlevel 6 goto dos6
if errorlevel 5 goto dos5
if errorlevel 4 goto dos4
if errorlevel 3 goto dos3
if errorlevel 2 goto dos2
if errorlevel 1 goto dos1
:dos24
Z:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos23
Y:
CD\PINBALL
CALL PINBALL.EXE
PAUSE
goto end
:dos22
X:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos21
W:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos20
V:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos19
U:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos18
T:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos17
S:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos16
R:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos15
Q:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos14
P:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos13
O:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos12
N:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos11
M:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos10
L:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos9
K:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos8
J:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos7
I:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos6
H:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos5
G:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos4
F:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos3
E:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos2
D:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:dos1
C:
CD\PINBALL
CALL PINBALL.EXE
pause
goto end
:m1
cls
echo.
echo ╔════════════════════════════════════════════════════════╗
echo ║ If you've installed PINBALL FANTASIES to a directory ║
echo ║ other than the \PINBALL default, go to that ║
echo ║ directory and type PINBALL to run the game. ║
echo ╚════════════════════════════════════════════════════════╝
pause
goto end
:end